Command line parameters


Program supports the following command line notations:

The meaning of parameters:

FileName File name to open at startup.
Note: Name containing spaces should be double-quoted.
FolderName Folder name to open at startup in a folder plugin (such as VisualDirSize).
This folder is opened in navigation panel too.
Note: Name containing spaces should be double-quoted.
@@FolderName Specifies the folder which will be read at startup so that you can browse all files in it using "File -- Next file/ Previous file" commands. Total files number will be shown in window caption in square brackets. If several media clips are opened in this way, they will be played one after another (playlist mode).
Note: Name containing spaces should be double-quoted.
@FileList Name of the temporary text file containing list of several filenames to open.
After successful reading, this filelist will be deleted.
You can jump between listed files using "File -- Next file/ Previous file" menu commands. Total files number will be shown in window caption in square brackets.
Optional parameters
/Pos=Value Specifies initial file position.
Value can be:
  • number: absolute offset. Valid in text, Internet modes.
  • number with 'p' char: relative position in percents. Valid in text, Internet, Plugins modes.
  • number with 'n' char: line number. Valid in text modes only.
/P=Left,Top,Width,Height Specifies initial window position and size.
Left, Top, Width, Height should be valid numbers.
Values at the end of list can be skipped, e.g. /P=Left,Top specifies only window position.
/Print Prints opened document and exits.
 
/Mode=Value Specifies initial view mode (disables mode auto-detection).
Value can be:
  • 1: Text
  • 2: Binary
  • 3: Hex
  • 4: Image/Multimedia
  • 5: Internet/Office
  • 6: Unicode
  • 7: Plugins
  • 8: RTF/UTF-8